home *** CD-ROM | disk | FTP | other *** search
/ Aminet 35 / Aminet 35 (2000)(Schatztruhe)[!][Feb 2000].iso / Aminet / util / arc / CheckX.readme < prev    next >
Encoding:
Text File  |  2000-01-03  |  8.8 KB  |  178 lines

  1. Short:    V1.68 Check for Archives/Packers/Viruses
  2. Author:   stoecker@amigaworld.com (Dirk Stoecker)
  3. Uploader: stoecker@amigaworld.com (Dirk Stoecker)
  4. Type:     util/arc
  5. Requires: util/arc/xadmaster.lha
  6.  
  7.           util/virus/xvsLibrary.lha
  8.           util/pack/xfdmaster.lha
  9.           util/pack/xpk_User.lha
  10. Version:  1.68
  11.  
  12. This program uses xfdmaster.library (see util/pack/xfdmaster.lha) and
  13. xvs.library (util/virus/xvsLibrary.lha) for packer and virus scanning.
  14. The xadmaster.library (see util/arc/xadmaster.lha) is used to dearchive
  15. file and disk archives.
  16.  
  17. NOTE: xadmaster.library is Shareware, so think about registering when
  18. using this utility together with that library (and without it's nearly
  19. useless). See conditions in xadmaster.library distribution.
  20.  
  21. The xfdmaster.library is needed to run the utility. The xvs.library and
  22. xadmaster.library are recommended! The xpkmaster.library is needed with
  23. ASKPWD password only (and to decrunch XPKF files).
  24.  
  25. CheckX unpacks archives and packed files as deep as possible:
  26.  - you can unarchive a crunched archive as well
  27.  - multiple crunched files can be decrunched
  28.  - multiple archives can be extracted
  29.  - multiple disk archives can be extracted
  30.  - linked and crunched and archived files are no problem
  31.  
  32. This all depends mainly on your memory size! If have around 50MB and have
  33. only little problems with really large files.
  34.  
  35. Call CheckX with a ? and you get following argument list:
  36.  FROM,LOG,SAVE/K,ALL/S,ASKPWD/S,AUTOMOUNT/S,PRINTALL/S,PRINTEXEC/S,
  37.  NODECRUNCH/S,NOUNLINK/S,NOUNARCHIVE/S,NOUNTRACK/S,NOTRACKCUT/S,NOSTRIP/S,
  38.  NOVIRUS/S,DEBUG/S,QUIET/S
  39.  
  40. Enter a ? again and you get a short doc:
  41.  FROM        source file or directory - may contain patterns
  42.  LOG         log file name
  43.  SAVE        directory, where decrunched files are saved
  44.  ALL         scan deep into directories
  45.  ASKPWD      ask for password when needed (needs xpkmaster.library)
  46.  PRINTALL    print all filenames
  47.  PRINTEXEC   print names of all executable files
  48.  AUTOMOUNT   automatically mount RDx: device when needed
  49.  NODECRUNCH  do not decrunch files with xfdmaster
  50.  NOUNLINK    do not unlink files with xfdmaster
  51.  NOUNARCHIVE do not call archiver for unarchiving file archives
  52.  NOUNTRACK   do not call archiver for unarchiving track archives
  53.  NOTRACKCUT  do not call archiver for partially track archives
  54.  NOSTRIP     do not strip useless hunks
  55.  NOVIRUS     do not scan with xvs.library for viruses
  56.  DEBUG       also output texts to serial debug engine
  57.  QUIET       do not output texts to console
  58.  
  59. A bit more explanation:
  60. LOG         The output is written to a file as well as to the standard
  61.             output stream. The main purpose CheckX was written for is
  62.             to scan for crunched files and to test the decrunch
  63.             routines. So the logging may take some more time, but is
  64.             very stable, as the last log-entry is always the file which
  65.             possibly crashed the machine.
  66.             The logfile can be accessed by other programs for read and write
  67.             the whole time CheckX works (and surely after that). But writing
  68.             is not recommended, as this may produce a corrupted file.
  69. SAVE        If this keyword is given, all uncrunched/unlinked/stripped
  70.             files will be saved in the directory given with that keyword.
  71.             The directory must already exist! Sub directories are created
  72.             automatically.
  73.             If files are unlinked, they get saved with .1, .2, ...
  74.             extensions. Address crunched files are not saved. Use
  75.             xfdDecrunchAddr or xfdDecrunch to do so.
  76. AUTOMOUNT   To unarchive disk archives (DMS, Zoom) a destination device
  77.             is needed. These devices are called RD0: to RDn: and for high
  78.             density disks RH0: to RHn:. CheckX can automatically mount
  79.             these or you may mount them before calling the program.
  80.             The number n depends on the archiver depth, so normally RD1:
  81.             should be the highest one really needed.
  82. NOTRACKCUT  This prevents unarchiving of cutted archives. Splitted
  83.             DMS-Archives may produce strange errors, but can be checked
  84.             correctly, when the two parts are directly after another (e.g.
  85.             no other track archive is between them). In this case the first
  86.             file shows some XPKCERR_READWRITE and the second one the
  87.             correct stuff. I checked EuroScene1 CD which has a lot cutted
  88.             archives and newest xfdmaster.library had no problems, so
  89.             probably this option is not needed anymore.
  90. DEBUG       Should not be used normally. This brings the normal output to
  91.             serial debugging terminal or catcher tools like Sushi. This
  92.             allows a lot easier to detect files producing hits.
  93.  
  94. CheckX has following return values:
  95.  0  - all ok
  96.  5  - either no virus checking possible or virus found
  97.  20 - an error occured and CheckX was unable to do anything
  98.  
  99. CheckX cannot scan files, which are read-protected. You get CheckX error 4
  100. as result in that case. Unprotect files and scan again when you want. For
  101. files contained in archives, the protection bits are ignored.
  102.  
  103. CheckX is completely reentrant and may work fine twice or more times
  104. parallel (You can set the pure file protection bit and make it resident),
  105. with one exception: Destination Disks (RDn: or RHn:) can be accessed only
  106. by one tool! So when source path contains disk archives, start only one
  107. copy of CheckX or use NOUNTRACK! It is not recommended to call it multiple
  108. times as CheckX normally needs lots of memory.
  109.  
  110. This is a batch tool, so drink a coffee or two or three during its work.
  111. Check the logfile afterwards. Use a text-editor and scan case sensitive
  112. for "-Virus" and you get lines which a related to viruses (and mostly
  113. only the important lines). A scan with "XFD-", "XAD-", "CheckX-" or
  114. "-Error" brings lines which produced errors.
  115.  
  116. The complete number of found viruses is logged at the file end, if the
  117. scan found some of them. Also the scan time and the number of errors
  118. (if some appeared) is logged.
  119.  
  120. If the permanent file scrolling slows down your computer try setting the
  121. output stream to a raw mode display using following redirect command:
  122. ">RAW:0/11/640/50/CheckX-Output/AUTO/CLOSE/WAIT".
  123. To get CheckX really silent either use LOG option and call CheckX with
  124. QUIET or redirect normal output into logfile with ">filename".
  125.  
  126. CheckX detects all the viruses found by xvs.library, which contains the
  127. complete antivirus knowledge of VirusZ utility by Georg Hörmann. CheckX
  128. cannot detect viruses in memory or remove detected viruses. You still
  129. need antivirus software like VirusZ, VT or Virus_Checker. I always run
  130. VirusZ in the background to check for viruses.
  131. CheckX also scans disk archive information texts for packers and viruses
  132. and also bootsectors of dearchived disks.
  133.  
  134. Error 11 (Could not check for virus) mostly means, that the files is a bit
  135. to large and such files are normally archives only. So in most cases this
  136. error is harmless!
  137.  
  138. If there are serious errors, please report them, but CheckX has a long
  139. way of development and I hope it is really stable now (as well as
  140. xfdmaster.library is now).
  141. Send me files, which cause the system to bring Enforcer/MungWall/PatchWork
  142. Hits or crash the computer. If the files are larger, please contact me
  143. first.
  144.  
  145. This program is Freeware. Use it as you want, but WITHOUT ANY WARRANTY!
  146.  
  147. Contact me at:
  148.  
  149. ************************************************************************
  150. * snail-mail:                  * e-mail:                               *
  151. *   Dirk Stoecker              *   stoecker@amigaworld.com             *
  152. *   Geschwister-Scholl-Str. 10 *   dstoecker@gmx.de                    *
  153. *   01877 Bischofswerda        * world wide web:                       *
  154. *   GERMANY                    *   http://home.pages.de/~Gremlin/      *
  155. * phone:                       * pgp key:                              *
  156. *   GERMANY +49 (0)3594/706666 *   get with finger or from WWW pages   *
  157. ************************************************************************
  158.  
  159.  
  160. ============================= Archive contents =============================
  161.  
  162. Original  Packed Ratio    Date     Time    Name
  163. -------- ------- ----- --------- --------  -------------
  164.      628     256 59.2% 06-Dec-99 13:43:04  CheckX.info
  165.    11140    6481 41.8% 06-Dec-99 13:43:04 +CheckX
  166.     8066    3359 58.3% 06-Dec-99 13:43:04 +CheckX.readme
  167.     1949     422 78.3% 06-Dec-99 13:43:04 +RD-MountList
  168.    47058   14132 69.9% 06-Dec-99 13:43:04 +CheckX.c
  169.     2188     805 63.2% 06-Dec-99 13:43:04 +SDI_ASM_STD_functions.lib
  170.     5632    1977 64.8% 06-Dec-99 13:43:04 +SDI_ASM_STD_protos.h
  171.     1288     486 62.2% 06-Dec-99 13:43:04 +SDI_compiler.h
  172.     3713    1610 56.6% 06-Dec-99 13:43:04 +SDI_defines.h
  173.      375     255 32.0% 06-Dec-99 13:43:04 +SMakeFile
  174.     1444     724 49.8% 06-Dec-99 13:43:04 +StartCode.a
  175.      192     167 13.0% 06-Dec-99 13:43:04 +StartCode.o
  176. -------- ------- ----- --------- --------
  177.    83673   30674 63.3% 07-Dec-99 19:14:02   12 files
  178.